fix: fix flaky tests and add manifest transaction retry#48530
fix: fix flaky tests and add manifest transaction retry#48530xiaofan-luan wants to merge 3 commits intomilvus-io:masterfrom
Conversation
|
[ci-v2-notice] To rerun ci-v2 checks, comment with:
If you have any questions or requests, please contact @zhikunyao. |
The test_milvus_client_timestamptz_add_field_with_default_value test was missing a convert_timestamptz() call to normalize expected timestamp values before comparison. This caused flaky failures when CI environments had different tzdata versions or when the server returned timestamps in a slightly different format. All other timestamptz tests already use this normalization pattern. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
Cherry-pick PR milvus-io#48463 (fix flaky element_filter_search test) and PR milvus-io#48501 (add configurable retry limit for manifest transaction). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
5f0381d to
cebd6d7
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xiaofan-luan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (73.91%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #48530 +/- ##
==========================================
- Coverage 77.66% 77.62% -0.04%
==========================================
Files 2112 2112
Lines 351497 351515 +18
==========================================
- Hits 272978 272876 -102
- Misses 70201 70296 +95
- Partials 8318 8343 +25
🚀 New features to boost your workflow:
|
Summary
test_element_filter_search_basic_cosineby using distinctive unit vectors (from PR test: fix flaky element_filter_search_basic_cosine test #48463)convert_timestamptzin timestamptz default value testconfigs/milvus.yamlto sync with paramtable changesissue: #48500
Test plan
common.storage.manifestTransactionRetryLimitconfigs/milvus.yamlregenerated and in sync with paramtable🤖 Generated with Claude Code